home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Multimedia
/
A-P
/
Net Game.sit
/
Net Game folder
/
Net Game
/
printing the script...
/
00029.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-24
|
326 b
|
14 lines
on mouseUp
global start_page, end_page, iscript, text_cast, page_cast, page
repeat with i = start_page to end_page
put getAt(iscript, i + 1) into field text_cast
if i = 0 then
put " " into field page_cast
else
put i into field page_cast
end if
printFrom(5, 5)
end repeat
go("menu")
end